label: Refactor get_layout_location()
authorTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 11:44:01 +0000 (12:44 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 11:44:01 +0000 (12:44 +0100)
commite7a326e230b763ee97798c49d7a03af2f9ab93ae
tree597337244fd51dfc6f360b07eda4f4d945d1bd14
parent9eaeaa8452b578ddceb4f464b507f1ab1a265246
label: Refactor get_layout_location()

Rename a few local variables to be clearer about whether they belong to
the widget or to the layout.

Remove a workaround for an old bug that is no longer valid. We don't
underallocate the layout anymore. Aways center vertically, with respect
to the yalign.
gtk/gtklabel.c